From: Jason Rumney Date: Sun, 2 Feb 2003 00:01:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28490 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d5afd2d1ca087ed1d4346e46b43b921a960d873c;p=emacs.git *** empty log message *** --- diff --git a/nt/ChangeLog b/nt/ChangeLog index 4018d5b969e..624b54a143e 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,9 @@ +2003-02-01 Jason Rumney + + * configure.bat: Automatically detect libXpm. + Suppress compiler output when testing for image libraries. + Give names of un-found libraries in messages. + 2003-01-31 Juanma Barranquero * configure.bat: Automatically detect giflib and tifflib. diff --git a/src/ChangeLog b/src/ChangeLog index 7c4ceb34ce5..7c98fb4b95b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,13 @@ 2003-02-01 Jason Rumney + * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for + local malloc. + [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel + definitions in xpm.h. + (init_xpm_functions): New function. + (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm. + (init_external_image_libraries): Try to load libXpm.dll. + * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting timestamp.